home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GRAPHICS / RAYTRACING / POVRAY3 / POV301 / povray3 / pov3demo / demo / pov / texture4 < prev    next >
Text File  |  1995-11-10  |  1KB  |  50 lines

  1. // Persistence Of Vision raytracer version 3.0 sample file.
  2. // The TEXTUREn.POV files demonstrate all textures in TEXTURES.INC
  3. // and STONES.INC
  4.  
  5. #version 3.0
  6. global_settings { assumed_gamma 2.2 }
  7.  
  8. #include "colors.inc"
  9. #include "shapes.inc"
  10. #include "textures.inc"
  11. #include "stones.inc"
  12.  
  13. #declare T01 = texture {T_Grnt13}
  14. #declare T02 = texture {T_Grnt14}
  15. #declare T03 = texture {T_Grnt15}
  16.  
  17. #declare T04 = texture {T_Grnt16}
  18. #declare T05 = texture {T_Grnt17}
  19. #declare T06 = texture {T_Grnt18}
  20.  
  21. #declare T07 = texture {T_Grnt19}
  22. #declare T08 = texture {T_Grnt20}
  23. #declare T09 = texture {T_Grnt21}
  24.  
  25. #declare T10 = texture {T_Grnt22}
  26. #declare T11 = texture {T_Grnt23}
  27. #declare T12 = texture {T_Grnt24}
  28.  
  29. #declare T13 = texture {T_Grnt25}
  30. #declare T14 = texture {T_Grnt26}
  31. #declare T15 = texture {T_Grnt27}
  32.  
  33. #declare T16 = texture {T_Grnt28}
  34. #declare T17 = texture {T_Grnt29}
  35. #declare T18 = texture {T_Grnt0a}
  36.  
  37. #declare T19 = texture {T_Grnt1a}
  38. #declare T20 = texture {T_Grnt2a}
  39. #declare T21 = texture {T_Grnt3a}
  40.  
  41. #declare T22 = texture {T_Grnt4a}
  42. #declare T23 = texture {T_Grnt5a}
  43. #declare T24 = texture {T_Grnt6a}
  44.  
  45. #declare T25 = texture {T_Grnt7a}
  46. #declare T26 = texture {T_Grnt8a}
  47. #declare T27 = texture {T_Grnt9a}
  48.  
  49. #include "shotxtr.inc"
  50.